home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_2560
/
frame_33
/
DoAction.as
< prev
Wrap
Text File
|
2008-11-12
|
241b
|
17 lines
if(80 < random(100))
{
set("/Variables:Vent",random(5) - 2);
tellTarget("../Drapeaux")
{
gotoAndStop(eval("/Variables:Vent") + 3);
}
}
if(BouleLance < 5)
{
gotoAndPlay(10);
}
else
{
gotoAndPlay(34);
}